button.carousel-control-prev {
    top: 15rem;
}

button.carousel-control-next {
    top: 15rem;
}

div#carouselOne {
    background: #2fa1706e;
    border: 2px solid #fff;
    bottom: 8rem;
}

div#carouselTwo {
    background: #2fa1706e;
    border: 2px solid #fff;
    bottom: 8rem;
}

div#carouselThree {
    background: #2fa1706e;
    border: 2px solid #fff;
    bottom: 8rem;
}

p.carousel-text-two {
    font-size: 18px;
}

p.carousel-text-four {
    font-size: 18px;
}

p.carousel-text-six {
    font-size: 18px;
}

i.fas.fa-chevron-right.float-end {
    top: 8.4rem;
}

.news-events-btn {
    width: 50% !important;
    border: 2px solid #000;
}

.opportunities-btn {
    width: 50% !important;
    border: 2px solid #000;
}

.register-btn {
    width: 100% !important;
    border: 2px solid #000;
    text-align: center;
    padding: 10px !important;
}

.panel-cell {
    background-color: #2fa17014;
    border: 2px double #2fa170;
    border-width: 8px;
    padding: 25px;
}

@media only screen and (max-width: 1440px) {
    button.carousel-control-prev {
        top: 10rem;
    }

    button.carousel-control-next {
        top: 10rem;
    }
}

@media only screen and (max-width: 1024px) {
    div#carouselOne {
        bottom: 5rem;
    }

    div#carouselTwo {
        bottom: 5rem;
    }

    div#carouselThree {
        bottom: 5rem;
    }

    img.d-block.w-100 {
        min-height: 360px;
    }

    div#homepageCarousel {
        margin-bottom: 0px !important;
    }

    i.fas.fa-chevron-right.float-end {
        top: auto;
    }

    .panel-cell {
        min-height: 500px;
    }

    a#registerOne {
        margin-top: 2rem;
    }

    a#registerThree {
        margin-top: 2rem;
    }

    div#providersPanel {
        min-height: 250px;
    }
}

@media only screen and (max-width: 768px) {
    .cell-img {
        width: 40px;
        float: left;
    }

    .cell-title {
        width: 100%;
        padding-left: 0;
        font-size: 14px !important;
    }

    p.panel-text.text-center {
        padding-top: 0px !important;
    }

    .panel-text {
        font-size: 16px;
    }

    .panel-text-two {
        margin-top: 25px;
    }

    .panel-text-three {
        margin-top: 25px;
    }

    .panel-cell {
        min-height: 365px;
    }

    a#registerOne {
        margin-top: 1.3rem;
    }

    a#registerThree {
        margin-top: 1.3rem;
    }
}

@media only screen and (max-width: 425px) {
    div#carouselOne {
        bottom: 7rem;
        padding: 0px;
    }

    div#carouselTwo {
        bottom: 7rem;
        padding: 0px;
    }

    div#carouselThree {
        bottom: 7rem;
        padding: 0px;
    }

    a#buttonOne {
        font-size: 15px;
        padding: 10px;
    }

    a#buttonTwo {
        font-size: 15px;
        padding: 10px;
    }

    a#buttonThree {
        font-size: 15px;
        padding: 10px;
    }

    .fa-chevron-right {
        padding-left: 10px;
        font-size: 12px !important;
    }

    p.carousel-text-two {
        font-size: 14px;
    }

    p.carousel-text-four {
        font-size: 14px;
    }

    p.carousel-text-six {
        font-size: 14px;
    }

    p.carousel-text-one {
        font-size: 24px;
    }

    p.carousel-text-three {
        font-size: 24px;
    }

    p.carousel-text-five {
        font-size: 24px;
    }

}